Skip to main content
GET
Get order
Returns the complete order for the given external identifier. Use this endpoint when a webhook references an order_id but does not include the full payload, or when you need to reconcile state between Fire spark and your POS.
Requires an access token with the orders:read scope. See Token to obtain a token.

Path parameters

Request

Response

The response wraps the order object in data.

Order object

Each entry in lines represents a product, fee, or modifier row:
On order.injected, Fire spark already sends this object in the webhook payload. Use GET only when you need a fresh copy or missed the webhook body.

Error responses

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

External order identifier.

Required string length: 1 - 64
Pattern: ^[a-zA-Z0-9_-]+$

Response

200 - application/json

Ok

data
object